libxl: introduce LIBXL_VGA_INTERFACE_TYPE_UNKNOWN
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 2 Mar 2016 15:46:43 +0000 (16:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 1 Apr 2016 14:01:57 +0000 (15:01 +0100)
commitf31c790d45df9f587becc282dd6a7ec292a2fb6d
tree5344416acb66f2de7b6ec81e6b64b4b22faba4b0
parent44914ad609e4e068f318bab3deef6d6d2ef57538
libxl: introduce LIBXL_VGA_INTERFACE_TYPE_UNKNOWN

And use it as the default value for the VGA kind. This allows libxl to set
it to the default value later on when the domain type is known. For HVM
guests the default value is LIBXL_VGA_INTERFACE_TYPE_CIRRUS while for
HVMlite the default value is LIBXL_VGA_INTERFACE_TYPE_NONE.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl